feat(UI): move sponsor progress to Configuration tab#2153
Merged
AprilSylph merged 1 commit intomasterfrom Mar 18, 2026
Merged
Conversation
marcustyphoon
approved these changes
Mar 17, 2026
Collaborator
marcustyphoon
left a comment
There was a problem hiding this comment.
I did this on the other pane too, but it doesn't look the way you would want if your browser window is taller than the scrollable list :D Fortunately, the configuration pane is very tall, so this should not be a problem.
- firefox, dropdown
- firefox, extension preferences
- chrome, dropdown
- chrome, extension preferences
- safari, dropdown
- safari ios iphone simulator (edges cut off unless you scroll down to the bottom, but this qualifies as functional and we don't support this platform anyway; this is just for completeness/to avoid technical debt accumulating in case we ever do)
- safari ios ipad simulator
- firefox android
Collaborator
|
(Oh yeah. And if I thought that you were a) going to become independently wealthy off donations for a tool for a site the userbase won't fund, and that b) if that scenario occurred we wouldn't revisit this, then sure, maybe I'd have some reservations. But, you know, then you wouldn't be asking :D) |
Owner
Author
|
A tiny bit janky on Android because the features list actually takes a noticeable amount of time to load. Not bad enough to block this, but bad enough to be worth a followup PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Moves the sponsor progress element from the Links tab to the Configuration tab, and makes it stick to the bottom of the viewport.
This was a lot less complicated than I thought it would be! This is the first time that
position: sticky; bottom: 0;has done what I want it to do.Testing steps
The other half of validating this PR is your opinion on whether or not this is okay to add, or if you believe my own goal is unreasonable in the face of your (so far, unpaid) contributions. I will not make this change without your consent.